StringBuffer.put

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void put(char c)
    struct StringBuffer(size_t capacity)
    @nogc
    void
    put
    (
    char c
    )
  2. void put(const(char)[] s)
  3. void put(immutable(char)* s)
  4. void put(String s)

Meta